home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Movie.Dir / 00016.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  154 b   |  10 lines

  1. on enterFrame
  2.   if not rollOver(the clickOn + 1) then
  3.     set the visible of sprite (the clickOn + 1) to 1
  4.   end if
  5. end
  6.  
  7. on exitFrame
  8.   go(the frame)
  9. end
  10.